* xsettings.c: Include "keyboard.h".
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 9 Dec 2009 14:30:37 +0000 (14:30 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 9 Dec 2009 14:30:37 +0000 (14:30 +0000)
src/ChangeLog
src/xsettings.c

index 0bf88bb3e4bfba8e0c9fbfa30756f474dad72ad1..e1b78d01724bb8f8da471b69de7c8bdb5e6f15b7 100644 (file)
@@ -1,5 +1,7 @@
 2009-12-09  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * xsettings.c: Include "keyboard.h".
+
        * gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
 
        Fix implicit function declarations.
index 9c4749f4036a9fd1037efa1527210558bc7f546e..946cfe7b8990f08d676f974a4e38b70964ff2a89 100644 (file)
@@ -24,6 +24,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "xterm.h"
 #include "xsettings.h"
 #include "frame.h"
+#include "keyboard.h"
 #include "blockinput.h"
 #include "termhooks.h"
 #include "termopts.h"